home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 104 / MacAddict_104_2005-04.iso / Software / Utilities / iClip 3.5 shareware.dmg / iClip.app / Contents / Info.plist < prev    next >
Encoding:
Extensible Markup Language  |  2005-01-26  |  1.4 KB  |  54 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>clipdb</string>
  13.             </array>
  14.             <key>CFBundleTypeIconFile</key>
  15.             <string>docIcon1.icns</string>
  16.             <key>CFBundleTypeName</key>
  17.             <string>iClip Clippings</string>
  18.             <key>CFBundleTypeOSTypes</key>
  19.             <array>
  20.                 <string>fold</string>
  21.             </array>
  22.             <key>LSTypeIsPackage</key>
  23.             <true/>
  24.         </dict>
  25.     </array>
  26.     <key>CFBundleExecutable</key>
  27.     <string>iClip</string>
  28.     <key>CFBundleGetInfoString</key>
  29.     <string>3.5 ¬© 2003-2005 Inventive, Inc.</string>
  30.     <key>CFBundleHelpBookFolder</key>
  31.     <string>iClip Help</string>
  32.     <key>CFBundleHelpBookName</key>
  33.     <string>iClip Help</string>
  34.     <key>CFBundleIconFile</key>
  35.     <string>appIcon.icns</string>
  36.     <key>CFBundleIdentifier</key>
  37.     <string>com.inventive.iClip</string>
  38.     <key>CFBundleInfoDictionaryVersion</key>
  39.     <string>6.0</string>
  40.     <key>CFBundleName</key>
  41.     <string>iClip</string>
  42.     <key>CFBundlePackageType</key>
  43.     <string>APPL</string>
  44.     <key>CFBundleShortVersionString</key>
  45.     <string>3.5</string>
  46.     <key>CFBundleSignature</key>
  47.     <string>iClp</string>
  48.     <key>CFBundleVersion</key>
  49.     <string>3.5</string>
  50.     <key>LSUIElement</key>
  51.     <string>1</string>
  52. </dict>
  53. </plist>
  54.